home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 1996 October / MacFormat CD Edition MF42 (October 1996).ISO / mac / MacFormat 42 Browser / SOURCES / oMain_Menu_2.k < prev    next >
Text File  |  1996-08-07  |  4KB  |  236 lines

  1. object oMain_Menu_2 is cDefaultContainer
  2. with
  3.     Binder is oBinder;
  4.     Label is -1;
  5.     Items is [
  6.         oMain_Menu_pict_2_4,
  7.         oQuit_2_8,
  8.         oBack_Issues_2_5,
  9.         oDemos_2_6,
  10.         oFloppy_2_7,
  11.         oReaders__Corner_2_9,
  12.         oResources_2_10,
  13.         oShareware_2_11
  14.     ];
  15. end;
  16.  
  17.  
  18. object oMain_Menu_pict_2_4 is cPictureHandler
  19. with
  20.     Duration is -1;
  21.     Supplier is oMain_Menu_pict_25_;
  22.     Behavior is cVRBehavior
  23.     has
  24.     with
  25.         Enabled is true; Shown is true; 
  26.         X is 0; Y is 0; Width is 640; Height is 480;
  27.     end;
  28. end;
  29.  
  30.  
  31. object oQuit_2_8 is cPictureHandler
  32. with
  33.     Duration is -1;
  34.     Supplier is oQuit_17_;
  35.     Behavior is cVRBehavior
  36.     has
  37.         MouseEnter(theTarget, theX, theY)
  38.             do
  39.                 theTarget.Show(true);
  40.             end;
  41.         
  42.         MouseLeave(theTarget, theX, theY)
  43.             do
  44.                 theTarget.Show(false);
  45.             end;
  46.         
  47.         MouseUp(theTarget, theX, theY)
  48.             do
  49.                 oBinder.Quit();
  50.             end;
  51.         
  52.     with
  53.         Enabled is true; Shown is false; 
  54.         X is 579; Y is 438; Width is 54; Height is 39;
  55.     end;
  56. end;
  57.  
  58.  
  59. object oBack_Issues_2_5 is cPictureHandler
  60. with
  61.     Duration is -1;
  62.     Supplier is oBack_Issues_11_;
  63.     Behavior is cVRBehavior
  64.     has
  65.         MouseEnter(theTarget, theX, theY)
  66.             do
  67.                 theTarget.Show(true);
  68.             end;
  69.         
  70.         MouseLeave(theTarget, theX, theY)
  71.             do
  72.                 theTarget.Show(false);
  73.             end;
  74.         
  75.         MouseUp(theTarget, theX, theY)
  76.             do
  77.                 oBinder.Goto(oBack_Issues_3);
  78.                 oBinder.Refresh();
  79.                 oBinder.SetTransition(oDissolve, 30);
  80.             end;
  81.         
  82.     with
  83.         Enabled is true; Shown is false; 
  84.         X is 91; Y is 63; Width is 160; Height is 59;
  85.     end;
  86. end;
  87.  
  88.  
  89. object oDemos_2_6 is cPictureHandler
  90. with
  91.     Duration is -1;
  92.     Supplier is oDemos_14_;
  93.     Behavior is cVRBehavior
  94.     has
  95.         MouseEnter(theTarget, theX, theY)
  96.             do
  97.                 theTarget.Show(true);
  98.             end;
  99.         
  100.         MouseLeave(theTarget, theX, theY)
  101.             do
  102.                 theTarget.Show(false);
  103.             end;
  104.         
  105.         MouseUp(theTarget, theX, theY)
  106.             do
  107.                 oBinder.Goto(oDemos1_41);
  108.                 oBinder.Refresh();
  109.                 oBinder.SetTransition(oDissolve, 30);
  110.             end;
  111.         
  112.     with
  113.         Enabled is true; Shown is false; 
  114.         X is 363; Y is 64; Width is 128; Height is 60;
  115.     end;
  116. end;
  117.  
  118.  
  119. object oFloppy_2_7 is cPictureHandler
  120. with
  121.     Duration is -1;
  122.     Supplier is oFloppy_15_;
  123.     Behavior is cVRBehavior
  124.     has
  125.         MouseEnter(theTarget, theX, theY)
  126.             do
  127.                 theTarget.Show(true);
  128.             end;
  129.         
  130.         MouseLeave(theTarget, theX, theY)
  131.             do
  132.                 theTarget.Show(false);
  133.             end;
  134.         
  135.         MouseUp(theTarget, theX, theY)
  136.             do
  137.                 oBinder.Goto(oFloppy_37);
  138.             end;
  139.         
  140.     with
  141.         Enabled is true; Shown is false; 
  142.         X is 127; Y is 253; Width is 128; Height is 63;
  143.     end;
  144. end;
  145.  
  146.  
  147. object oReaders__Corner_2_9 is cPictureHandler
  148. with
  149.     Duration is -1;
  150.     Supplier is oReaders__Corner_18_;
  151.     Behavior is cVRBehavior
  152.     has
  153.         MouseEnter(theTarget, theX, theY)
  154.             do
  155.                 theTarget.Show(true);
  156.             end;
  157.         
  158.         MouseLeave(theTarget, theX, theY)
  159.             do
  160.                 theTarget.Show(false);
  161.             end;
  162.         
  163.         MouseUp(theTarget, theX, theY)
  164.             do
  165.                 oBinder.Goto(oReaders__Art_1_24);
  166.                 oBinder.Refresh();
  167.                 oBinder.SetTransition(oDissolve, 30);
  168.             end;
  169.         
  170.     with
  171.         Enabled is true; Shown is false; 
  172.         X is 359; Y is 254; Width is 200; Height is 64;
  173.     end;
  174. end;
  175.  
  176.  
  177. object oResources_2_10 is cPictureHandler
  178. with
  179.     Duration is -1;
  180.     Supplier is oResources_19_;
  181.     Behavior is cVRBehavior
  182.     has
  183.         MouseEnter(theTarget, theX, theY)
  184.             do
  185.                 theTarget.Show(true);
  186.             end;
  187.         
  188.         MouseLeave(theTarget, theX, theY)
  189.             do
  190.                 theTarget.Show(false);
  191.             end;
  192.         
  193.         MouseUp(theTarget, theX, theY)
  194.             do
  195.                 oBinder.Goto(oResources_18);
  196.                 oBinder.Refresh();
  197.                 oBinder.SetTransition(oDissolve, 30);
  198.             end;
  199.         
  200.     with
  201.         Enabled is true; Shown is false; 
  202.         X is 71; Y is 153; Width is 156; Height is 70;
  203.     end;
  204. end;
  205.  
  206.  
  207. object oShareware_2_11 is cPictureHandler
  208. with
  209.     Duration is -1;
  210.     Supplier is oShareware_20_;
  211.     Behavior is cVRBehavior
  212.     has
  213.         MouseEnter(theTarget, theX, theY)
  214.             do
  215.                 theTarget.Show(true);
  216.             end;
  217.         
  218.         MouseLeave(theTarget, theX, theY)
  219.             do
  220.                 theTarget.Show(false);
  221.             end;
  222.         
  223.         MouseUp(theTarget, theX, theY)
  224.             do
  225.                 oBinder.Goto(oShareware_38);
  226.                 oBinder.Refresh();
  227.                 oBinder.SetTransition(oDissolve, 30);
  228.             end;
  229.         
  230.     with
  231.         Enabled is true; Shown is false; 
  232.         X is 393; Y is 156; Width is 156; Height is 63;
  233.     end;
  234. end;
  235.  
  236.